Skip to content

boolean data type management

Compare
Choose a tag to compare
@wdalmut wdalmut released this 20 Aug 11:56
· 55 commits to master since this release

In order to correctly supports boolean types, the library now will send "true" and "false" to Influxdb.

$client->mark("serie", [
  "is_valid" => true,
  "valve_open" => false,
]);