diff options
Diffstat (limited to 'include/state_params.i')
-rw-r--r-- | include/state_params.i | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/state_params.i b/include/state_params.i new file mode 100644 index 0000000..447b72b --- /dev/null +++ b/include/state_params.i @@ -0,0 +1,9 @@ +STATE_PARAM(uint32_t, time) +STATE_PARAM(int, timetick) +STATE_PARAM(uint8_t, brightness) +STATE_PARAM(uint8_t, off) +STATE_PARAM(uint8_t, n_snow) +STATE_PARAM(uint8_t, n_red) +STATE_PARAM(bool, sleep) +STATE_PARAM(bool, power) +STATE_PARAM(bool, cool) |