boolean data type management
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,
]);
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,
]);