Commit Graph

15 Commits

Author SHA1 Message Date
Sam Machin 2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00
Nathanaël Lécaudé 263031d6c7
node-red-node-physical-web: make it work with newer versions (#799)
* 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
2021-05-06 15:06:57 +01:00
Dave Conway-Jones a7247e898a Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
Dave Conway-Jones 0b094cbfc7 bump physical-web package version for nom 2016-06-29 17:36:49 +01:00
Nathanaël Lécaudé 966e7a520b Physical-web: Added status (found, updated and lost) as msg.topic (#206)
Added msg.advertising = true/false to enable/disable advertising
Added status (lost, updated, found) as msg.topic, if not already set
Added checkbox to allow duplicates or not.

* Re-added optional topic to avoid breaking compatibility

* Cleaner topic slection
2016-05-20 16:00:52 +01:00
Ben Hardill d8cf46a4ec * Adds proper url length detection* fix up the extra line added in the merge
* Adds proper url length detection

* fix up the extra line added in the merge
2016-04-16 10:08:21 +01:00
Dave Conway-Jones f64a17acd5 bump physical web node package to include pr from @natcl 2016-03-27 17:49:52 +01:00
Dave Conway-Jones 7b72ecd99c add delay to eddystone scanner startup 2016-03-08 20:13:30 +00:00
Dave Conway-Jones 20f14a698c More BLE node doc/info updates
for Sensortag and physical-web nodes.
Added info, and node Status.
2016-03-04 13:10:00 +00:00
Dave Conway-Jones ea9c5f8474 add validation to physical web node fields 2016-03-03 09:18:57 +00:00
Dave Conway-Jones 7da9f46c65 Update physical web node
add more Pi instructions
2016-03-02 21:57:53 +00:00
Dave Conway-Jones 81c532fdce update hardware nodes info style 2016-03-02 13:27:52 +00:00
Ben Hardill 78d69656ea Bump version number and add TLM count to the standard options 2016-02-21 13:56:56 +00:00
Dave Conway-Jones 8a4b0892b1 fix physics-web node package.son 2015-12-01 16:17:44 +00:00
Ben Hardill d9fb187cdd Pushing Physical-web node to node-red-nodes
Hopefully fixing jslint errors

And once more

Getting closer

I think I've finally squashed all the jshint errors
2015-11-23 16:31:30 +00:00