Skip to main content

include/oadr3@schema_NotifiersResponse.hrl

-record(notifiers_response, {
    mqtt :: gleam@option:option(oadr3@schema:mqtt_notifier_binding_object()),
    webhook :: boolean()
}).