🚦COlors and icons for device status label #706 + DeviceDetails fields

This commit is contained in:
jokob-sk
2024-06-15 16:26:33 +10:00
parent 76183e504a
commit 1cc471d56c
18 changed files with 1139 additions and 1070 deletions

View File

@@ -38,7 +38,7 @@ Some examples how to apply the above:
Some useful frontend JavaScript functions:
- `getDeviceDataByMacAddress(macAddress, devicesColumn)` - method to retrieve any device data (database column) based on MAC address in the frontend
- `getDeviceDataByMac(macAddress, devicesColumn)` - method to retrieve any device data (database column) based on MAC address in the frontend
- `getString(string stringKey)` - method to retrieve translated strings in the frontend
- `getSetting(string stringKey)` - method to retrieve settings in the frontend