Gregg
6685768f5c
Update Television.ino
...
Added `update()` logic for various key presses.
2021-10-31 10:03:18 -05:00
Gregg
2d7ae5846d
Finalized Television Example
...
Will appear in "Other Examples" Category, NOT as a tutorial
2021-10-24 07:47:32 -05:00
Gregg
37e0486cf7
Removed all unusable TV Characteristics from TV and Input Source Services
...
But retained the actual Characteristics in the Characteristics lists in the event that they may be activated in the Home App in the future.
2021-10-23 22:58:16 -05:00
Gregg
b90fc5aad5
Updated logic re STRING Characteristics
...
Added setString() as analog to setVal(). This complements getString and getNewString() which are analogs to getVal() and getNewVal().
2021-10-23 13:16:49 -05:00
Gregg
dcbfbc3e15
Correct setVal() logic to properly check for EV permissions, not PW permissions
2021-10-22 09:17:26 -05:00
Gregg
8a24819955
Added Characteristic::ConfiguredNameStatic()
...
This "custom" Characteristic is identical to ConfiguredName() but only allows paired-read and notifications. By excluding paired-write it prevents the user from editing the name of a TV input source from the Home App. This is useful when some sources are fixed, such as "netflix" instead of generic, such as "hdmi 1".
2021-10-22 06:35:33 -05:00
Gregg
d4603df58d
Creating Television Example
2021-10-20 06:15:12 -05:00
Gregg
8252c5390e
Created ServoControl Example
...
Created in "Other Examples" and is based on Example 13 - WindowShade
2021-03-21 22:37:35 -05:00
Gregg
42a0ee9c9b
Update RemoteControl.ino
2021-01-09 13:13:23 -06:00
Gregg
2398ffe698
Added code for example GitHub sketches
2020-11-27 22:31:44 -06:00