Add service icons to Modbus (#113332)

pull/113480/head
Joost Lekkerkerker 2024-03-14 14:00:50 +01:00 committed by GitHub
parent 09be817f76
commit 20c2bac32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"services": {
"reload": "mdi:reload",
"write_coil": "mdi:pencil",
"write_register": "mdi:database-edit",
"stop": "mdi:stop",
"restart": "mdi:restart"
}
}