google-home / smart-home-nodejs

A sample of the Smart Home device control APIs in Actions on Google
Apache License 2.0
888 stars 289 forks source link

hello how to show water level, any idea ( automatic water tank level ) #488

Closed harymk closed 4 years ago

harymk commented 4 years ago

Issue Guidelines

This repository contains sample code for the Google smart home platform. Please restrict filing GitHub issues to those related to the sample code contained here.

If you have issues or feature requests related to Google smart home, please file them using the public issue tracker. For general development questions related to Google smart home, please use the google-smart-home tag on StackOverflow.

ToniCorinne commented 4 years ago

The Fill trait enables you to report the currentFillLevel of a device, as well as the availableFillLevels of the device.

harymk commented 4 years ago

which device type i can use for this

harymk commented 4 years ago

hello

Fleker commented 4 years ago

You can use any device type with any set of traits.