* Added "blink1 in" node
* sets msg.payload to current RGB value or "off" if RGB = 0,0,0
* can also be used to pipe msg.payload to blink1 out
* blink1 category created
* blink1 label set to "blink1 out"
* Bumped version to 0.1.0
* Modified readme
* Added msg.advertising = true/false to enable/disable advertising
* Fixed comparison with bool
* physical- web: Added status
Added status (lost, updated, found) as msg.topic. Added checkbox to allow duplicates or not.
* Re-added optional topic to avoid breaking compatibility
* Cleaner topic slection
* node-red-node-wol: added address field
* node-red-node-wol: remove warning
* node-red-node-wol: bump version
* node-red-node-wol: typo in version
* Ensure service is stopped before being created
* Bump version of node-red-node-discovery to 0.0.19
* node-red-node-discovery: correction to Readme
* node-red-node-discovery: Add stop method and show status
* node-red-node-discovery: bump version to 0.0.20
* node-red-node-discovery: remove status text
* serial: ensure serialReconnectTime has a default value
* physical-web: update dependencies to make it work with recent node versions
* physical-web: update package.json
* Big Update
Includes:
- New lookup node to check state of a device
- Fix dimming control for lights
- Fix light group control
- Set the node label to match the device name
- The event now includes the text description of the light capability
* Add extra check for empty results in discovery
* Attempt to catch errors from wemo-lookup
This is to catch errors when device is offline
* Put request back
Will look at making it all http.request later
* Add more error handling and reporting
* Try and not crash with subscriptions
Failed subscriptions will try agian in 1 min
* Fix some messages
* Remove most of the console.logs
* Last of console.logs
* Insight power parameters
* Insight power parameters
* Insight power parameters
* Insight power parameters
* Insight power parameters
* Bump version 0.2.0
* Enable the use of environment variables to define GPIO pin number
* Pin field moved below table. Field width made the same as table. Restored
fa-icon and "Pin" label. Closed validation escapes.
* Reduce resubscription time
Halve the resubscrciption timeout to make sure event
subscriptions get renewed
* Big Update
Includes:
- New lookup node to check state of a device
- Fix dimming control for lights
- Fix light group control
- Set the node label to match the device name
- The event now includes the text description of the light capability
* Fix groups properly
* Fix travis error with comparitor
* Bump node-ssdp version
* Add extra check for empty results in discovery
* Bump twitter to 280 chars
fixes#371
* Bump twitter node version
* Remove extra whitespace
* Add catch for HTTP timeout
If the device drops off line then with no catch for the timeout
Node-RED will crash
Should fix#616
* More timeout catch blocks
* Version bump
* Bump Wemo version
* Reduce resubscription time
Halve the resubscrciption timeout to make sure event
subscriptions get renewed
* Big Update
Includes:
- New lookup node to check state of a device
- Fix dimming control for lights
- Fix light group control
- Set the node label to match the device name
- The event now includes the text description of the light capability
* Fix groups properly
* Fix travis error with comparitor
* Bump node-ssdp version
* Add extra check for empty results in discovery
* Bump twitter to 280 chars
fixes#371
* Bump twitter node version
* Remove extra whitespace
* Add catch for HTTP timeout
If the device drops off line then with no catch for the timeout
Node-RED will crash
Should fix#616
* Visually separated the list of control values from the example.
This will aid people who are quickly skimming the readme. There wasn't anything wrong in the doc. Everything would be clear if the reader is reading thoughtfully. But if they're skimming and looking for what to supply to the node for the first time, their eye is drawn to the JSON example. Since many nodes accept JSON input, and supplying `{"state": "off"}`, `{"state": 0}`, or `{"state": 1}` works, it might take them awhile to realize their oversight.
* Clarification
* Update README.md
* Update README.md
I mentioned this a while ago
Following changes to Pi firmware/kernel, the DMA channel 5 is not reliable for use anymore. Other repositories have changed to use channel 10. https://github.com/jgarff/rpi_ws281x/pull/266/commits
I've been running 3 of my Pi on DMA 10 (1 new Pi3B+ and 2 older PiZeros running Jessie) for 2 months now without any issues so I'm making this pull request now
* Update the 'Node Help'
Expanded the explanation for using multiple commands.
Provided examples for Rotate, Flip and Display.
Added examples for rotate, flip and screen brightness and added line to multiple messages explaination.
changed the Flip format from 'R' to 'F'