Releases: DanielOgorchock/OmniThing
Releases · DanielOgorchock/OmniThing
[Alpha] Add optional input to SwitchLevel and DimmerSwitch
- 0.8.2
- Add optional InputFloat to SwitchLevel and DimmerSwitch
[Alpha] Fix segfault from null pointer dereference
- 0.8.1
- Fix segfault caused by SwitchLevel and DimmerSwitch dereferencing null pointer
[Alpha] Add DimmerSwitch and CommandExecuterFloat
- 0.8.0
- Added CommandExecuterFloat OutputFloat type
- sets the environment variable "OMNITHING_FLOAT_VAL" to the float value prior to running command
- Added DimmerSwitch device type and handler
- Added CommandExecuterFloat OutputFloat type
[Alpha] Fix apt errors due to missing files
- 0.7.3
- Fixed apt errors due to rpi repo missing expected files
[Alpha] Fix parsing of device names with underscores
- 0.7.2
- Fix parsing of device names with underscores
[Alpha] Fix device names with spaces
- 0.7.1
- Fix parsing of device names with spaces
[Alpha] Add CommandParser
- 0.7.0
- Add CommandParser InputFloat
[Alpha] Fix Arduino Compilation Errors
- 0.6.1
- Fix compilation errors on Arduino platforms
[Alpha] Add InputDebouncer and Bugfixes
- Added InputDebouncer
- Fixed bug involving sending floats with too many digits in json strings
- Added temperature conversion options from the ST_Anything groovy code
[Alpha] Switch device improvements, ease of use improvements, hubitat support, new types
[Alpha] Switch device improvements, ease of use improvements, hubitat support, new types
Pre-release
Pre-release
- No longer need to specify ip address in network receiver for windows, linux, and rpi
- Parse json with a more efficient method that also fixes a buffer overflow bug
- Added optional input parameter for the Switch device. If provided, the switch will report its current state to SmartThings based on this input rather than what it most recently set the switch output to.
- Added optional ignoreRedundant parameter to the switch device. If set to true, the switch will ignore commands that will not change the current state of the switch (i.e. an on command when the switch is currently on).
- Made configuration webpage have the navbar fixed to the top for better usability
- Added CommandReturnCode InputBool type. Provide a command to run in the shell. A return code of 0 evaluates to true. Any other return code evaluates to false.
- Hubitat support
- Added PwmOutputEsp32 which adds pwm support on esp32 using the ledc library.