-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for plant sensors #62
Comments
These could both use TemperatureProperty.
We just added a ColorSensor capability, but I guess this is different. We do have a BrightnessProperty but that's a percentage. Maybe something like a
These are definitely new. Are there SI units for moisture and conductivity? Not sure whether this should be a |
I believe that would be correct. Moisture would be a percentage. I'm not sure about conductivity. Here is a professional device: Their website has many details: It mentions:
|
I don't think a capability is required, unless that makes it easier to create advanced displays. |
The UI builds displays based on the exposed capabilities. That goes for things, properties, actions, and events. |
A good plant health sensor would have:
The text was updated successfully, but these errors were encountered: