https://github.com/hardillb/googlehomelocalsdktest
Working out the kinks in Local control before adding it to my Node-RED project
https://github.com/hardillb/googlehomelocalsdktest
Last synced: over 1 year ago
JSON representation
Working out the kinks in Local control before adding it to my Node-RED project
- Host: GitHub
- URL: https://github.com/hardillb/googlehomelocalsdktest
- Owner: hardillb
- License: apache-2.0
- Created: 2019-10-12T17:40:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T12:05:22.000Z (over 1 year ago)
- Last Synced: 2025-01-25T06:23:34.476Z (over 1 year ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Working out the kinks for a Google Assistant Local Control
This code broadcasts mDNS with a `_gh-node-red` service and runs a http server on port 3000.
It currently has a bunch of hard coded values in it, but is paired with my Node-RED
Goolge Assistant Smart Home Action.
Start with:
```
npm run
```