You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A really great template and everything is very understandable. I only have two questions:
How to set a different name for an additional accessory?
That way?:
motionSensorOneService.setCharacteristic(this.platform.Characteristic.ConfiguredName, 'name we want');
This causes a warning to be displayed in the logs that this is an optional characteristic but adds it anyway.
Do the name and identifier of this additional accessory have to be unique but only for the main device for which they are added or for the entire plugin?
The text was updated successfully, but these errors were encountered:
A really great template and everything is very understandable. I only have two questions:
That way?:
motionSensorOneService.setCharacteristic(this.platform.Characteristic.ConfiguredName, 'name we want');
This causes a warning to be displayed in the logs that this is an optional characteristic but adds it anyway.
The text was updated successfully, but these errors were encountered: