particle-iot / cloud

A place to discuss issues, enhancements, features for: API, Cloud Compiler, Web IDE (Build), Webhooks, Console, and Device Setup
2 stars 0 forks source link

Particle Console doesn't display the value FALSE for boolean Cloud Variables #39

Closed davidorser closed 6 years ago

davidorser commented 6 years ago

Bug

The Particle Console doesn't display the value FALSE for boolean Cloud Variables. (It does display TRUE, when a boolean cloud variable is true.)

Expected behavior

Should display FALSE when the variable is retrieved.

Observed behavior

Click Get variable on Particle Console, returns blank.

Steps to reproduce

Create a registered variable of the Boolean type, attempt to view it on the Particle Console.

stefan-moraru commented 6 years ago

Fixed, Console displays "false" now.