Renamed spot repeat button

This commit is contained in:
Arne
2019-09-24 20:32:09 +02:00
parent 5402123340
commit 12dd6d4676
2 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ module.exports = function (Characteristic, CustomUUID)
{
let SpotRepeat = function ()
{
Characteristic.call(this, 'Spot ', CustomUUID.SpotCleanRepeat);
Characteristic.call(this, 'Spot 2x', CustomUUID.SpotCleanRepeat);
this.setProps({
format: Characteristic.Formats.BOOL,
perms: [Characteristic.Perms.READ, Characteristic.Perms.WRITE]