Environment
HomeSeer
OS
Linux, Windows
HS Version
4.2.18.0
Development
PSDK Version
v1.4.3
Language
C#
IDE
VSCode
Dev OS
Mac
Plugin
What plugin is this issue for?
HSBuddy
Problem
Description
Changing the display configuration for a feature, such as its DisplayType or DisplayPriority does not fire a EHsSystemEvent.ConfigChange event to the plugin. However, changing other device/feature configuration, such as the feature name or location, does fire the event.
Expected Behavior
Changing the display configuration for a feature, such as type (important, normal, hidden) or priority (relative order) should fire a EHsSystemEvent.ConfigChange event
Steps to Reproduce
Provide steps so the HomeSeer team can reproduce the reported problem:
- Create a plug-in that subscribes for configuration change events, such as:
this.HomeSeerSystem.RegisterEventCB((HSEvent)EHsSystemEvent.ConfigChange, this.Name);
- Open the HomeSeer system webpage
- Go to the details of a device
- Click on the
Features tab
- Modify the order or display type of one or more features
- Click on
Save
- The event callback on the plug-in will not fire as a result
Screenshots
NA
Logs
NA
Environment
HomeSeer
OS
Linux, Windows
HS Version
4.2.18.0
Development
PSDK Version
v1.4.3
Language
C#
IDE
VSCode
Dev OS
Mac
Plugin
What plugin is this issue for?
HSBuddy
Problem
Description
Changing the display configuration for a feature, such as its
DisplayTypeorDisplayPrioritydoes not fire aEHsSystemEvent.ConfigChangeevent to the plugin. However, changing other device/feature configuration, such as the feature name or location, does fire the event.Expected Behavior
Changing the display configuration for a feature, such as type (important, normal, hidden) or priority (relative order) should fire a
EHsSystemEvent.ConfigChangeeventSteps to Reproduce
Provide steps so the HomeSeer team can reproduce the reported problem:
FeaturestabSaveScreenshots
NA
Logs
NA