Access this instance at HomeyAPIV3Local.weather
.
Extends
Methods
connect
(async) connect(): Promise.<void>Connect to the realtime namespace.
Returns
Promise.<void>
disconnect
(async) disconnect(): Promise.<void>Disconnect from the realtime namespace.
Returns
Promise.<void>
getState
(async) getState(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/weather/state
Returns
Promise.<any>
getWeather
(async) getWeather(): Promise.<any>Scopes
homey.geolocation.readonly
HTTP
GET /api/manager/weather/weather
Returns
Promise.<any>
isConnected
isConnected(): BooleanIf this manager's namespace is connected to Socket.io.
Returns
Boolean