Made sure the cmd-classes for 'home' and '@home' were differently named, which messed up their appearance in ev. Resolves Issue 285.

This commit is contained in:
Griatch 2012-10-14 16:03:02 +02:00
parent cd5623a657
commit 86a44ab84d
3 changed files with 4 additions and 14 deletions

View file

@ -76,7 +76,7 @@ class DefaultCmdSet(CmdSet):
self.add(building.CmdTypeclass())
self.add(building.CmdLock())
self.add(building.CmdScript())
self.add(building.CmdHome())
self.add(building.CmdSetHome())
# Batchprocessor commands
self.add(batchprocess.CmdBatchCommands())